home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / slrn / slrn_src / slrnpull / faq next >
Text File  |  1999-05-14  |  1KB  |  45 lines

  1. -*- text -*-
  2. Questions:
  3.  
  4. 1.  Why can't I post when using slrnpull?
  5. 2.  How do I get a full list of newsgroups?
  6.  
  7. Answers:
  8.  
  9. 1.  Why can't I post when using slrnpull?
  10.  
  11.    In order to post an article via slrnpull, slrn needs to place the
  12.    article in the slrnpull out.going directory.  Two things are
  13.    necessary for this to happen:
  14.    
  15.        a.  slrn must know that you are using the slrnpull out.going
  16.            directory for posts.  Make sure the line 
  17.          
  18.            set use_slrnpull 1
  19.  
  20.            is in your .slrnrc file.  This indicates to slrn that the
  21.        news spool is an slrnpull news spool.
  22.        
  23.        b.  You must have write permission to the out.going directory
  24.            in order for slrn to place your article in that directory.
  25.        The permissions may be changed via the Unix command:
  26.        
  27.            chmod ugo+rwxt out.going
  28.            
  29.        Do not put this in your .slrnrc file!
  30.  
  31. 2.  How do I get a full list of newsgroups?
  32.    
  33.    You will have to go online for that.  Run slrn as follows:
  34.    
  35.      slrn --nntp -h YOUR.NEWS.SERVER -a -f groups.dat -create
  36.      
  37.    This will start slrn and down-load the groups and put them in the
  38.    file groups.dat.  Before actually doing this, modify your .slrnrc
  39.    (or slrn.rc) file to set
  40.    
  41.          set write_newsrc_flags 0
  42.      
  43.    so that all groups will be written out to groups.dat.
  44.  
  45.